trick/test/SIM_makefile_overrides/models/stupid/include/ReallyStupid.hh

11 lines
99 B
C++
Raw Normal View History

// @trick_parse{everything}
class ReallyStupid {
public:
int i;
ReallyStupid();
};