mirror of
https://github.com/nasa/trick.git
synced 2024-12-29 09:28:54 +00:00
7998791679
Refs #626
12 lines
152 B
C++
12 lines
152 B
C++
// @trick_parse{everything}
|
|
// @trick_link_dependency{stupid/this_name_doesnt_even_matter.a}
|
|
|
|
class Stupid {
|
|
|
|
public:
|
|
int i;
|
|
|
|
Stupid();
|
|
|
|
};
|