trick/test/SIM_trickified/models/Baz.hh

10 lines
80 B
C++
Raw Normal View History

// @trick_parse{everything}
class Baz {
public:
int i;
int j;
};