more parsetests
[cparser] / parsetest / shouldfail / init2.c
index 9e2b90a..dbaaaab 100644 (file)
@@ -3,3 +3,8 @@ struct S {
 };
 
 struct S arr[] = { { 1, 2, { 3, 4 } } };
+
+int main(void)
+{
+       return 0;
+}