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