trick/test/SIM_makefile_overrides/models/stupid/Stupid.hh
2018-06-11 13:10:36 -05:00

12 lines
152 B
C++

// @trick_parse{everything}
// @trick_link_dependency{stupid/this_name_doesnt_even_matter.a}
class Stupid {
public:
int i;
Stupid();
};