more changes
[cdsspec-compiler.git] / test.c
diff --git a/test.c b/test.c
index 2dec27eceb3b6ac000f73b34cd581585e452b24f..417f795ccef101c0e1cf47e4bf56429a894ab27c 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1,6 +1,14 @@
 #include <stdio.h>
 #include "test.h"
 
+struct XX {
+       
+};
+
+enum E {
+       a, b, c
+};
+
 void _foo(struct Test t) {
        printf("%d\n", t.x);
 }
@@ -10,5 +18,6 @@ void foo(struct Test t) {
 }
 
 int main() {
+       printf("%d\n", b);
        return 0;
 }