mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
8d314fa1b1
Closes #1144
10 lines
80 B
C++
10 lines
80 B
C++
// @trick_parse{everything}
|
|
|
|
class Baz {
|
|
|
|
public:
|
|
int i;
|
|
int j;
|
|
|
|
};
|