mirror of
https://github.com/nasa/trick.git
synced 2024-12-27 08:32:30 +00:00
7998791679
Refs #626
12 lines
116 B
C++
12 lines
116 B
C++
// @trick_parse{everything}
|
|
// @trick_link_dependency{Foo.cpp}
|
|
|
|
class Foo {
|
|
|
|
public:
|
|
int i;
|
|
|
|
Foo();
|
|
|
|
};
|