lots of change and add notes
[cdsspec-compiler.git] / test.h
diff --git a/test.h b/test.h
new file mode 100644 (file)
index 0000000..fb016e4
--- /dev/null
+++ b/test.h
@@ -0,0 +1,7 @@
+struct Test {
+       int x;
+
+       Test() {
+               x = 2;
+       }
+};