mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 14:07:51 +00:00
10 lines
80 B
C++
10 lines
80 B
C++
|
// @trick_parse{everything}
|
||
|
|
||
|
class Baz {
|
||
|
|
||
|
public:
|
||
|
int i;
|
||
|
int j;
|
||
|
|
||
|
};
|