mirror of
https://github.com/nasa/trick.git
synced 2025-01-14 16:59:49 +00:00
12 lines
116 B
C++
12 lines
116 B
C++
|
// @trick_parse{everything}
|
||
|
// @trick_link_dependency{Foo.cpp}
|
||
|
|
||
|
class Foo {
|
||
|
|
||
|
public:
|
||
|
int i;
|
||
|
|
||
|
Foo();
|
||
|
|
||
|
};
|