lots of change and add notes
[cdsspec-compiler.git] / test.h
1 struct Test {
2         int x;
3
4         Test() {
5                 x = 2;
6         }
7 };