more changes
[cdsspec-compiler.git] / test.h
diff --git a/test.h b/test.h
index fb016e432718b2ef1c672b8c749a72f0c85b2397..0b752a38c2bd7715931e679c8568d44465d60435 100644 (file)
--- a/test.h
+++ b/test.h
@@ -1,7 +1,8 @@
 struct Test {
        int x;
-
+/*
        Test() {
                x = 2;
        }
+       */
 };