fix implicit struct casts
[cparser] / parsetest / cp_error001.c
index 6973841..06c54fe 100644 (file)
@@ -1,5 +1,7 @@
 void bi_windup(void);
 
+void bi_windup();
+
 void bi_windup() {
 }