0b752a38c2bd7715931e679c8568d44465d60435
[cdsspec-compiler.git] / test.h
1 struct Test {
2         int x;
3 /*
4         Test() {
5                 x = 2;
6         }
7         */
8 };