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