mirror of
https://github.com/nasa/trick.git
synced 2025-02-05 18:39:25 +00:00
7998791679
Refs #626
12 lines
120 B
C++
12 lines
120 B
C++
// @trick_parse{everything}
|
|
// @trick_link_dependency{src/Bar.cxx}
|
|
|
|
class Bar {
|
|
|
|
public:
|
|
int i;
|
|
|
|
Bar();
|
|
|
|
};
|