Partially implement -Wdeprecated-declarations.
[cparser] / parsetest / structs.c
index 3079950..51c7a51 100644 (file)
@@ -18,3 +18,7 @@ int func(void)
 }
 
 struct blup k = { 1, 2};
+
+int main() {
+       return func();
+}