generate more structured code
[cdsspec-compiler.git] / test.h
1 #ifndef _TEST_H
2 #define _TEST_H
3
4 struct Test {
5         int x;
6 /*
7         Test() {
8                 x = 2;
9         }
10         */
11 };
12
13 int globalVar = 0;
14
15 #endif