mirror of
https://github.com/nasa/trick.git
synced 2025-01-04 04:14:11 +00:00
11 lines
99 B
C++
11 lines
99 B
C++
|
// @trick_parse{everything}
|
||
|
|
||
|
class ReallyStupid {
|
||
|
|
||
|
public:
|
||
|
int i;
|
||
|
|
||
|
ReallyStupid();
|
||
|
|
||
|
};
|