__signed is a synonym for signed
[cparser] / parsetest / l1.c
index 3a6b156..df644a2 100644 (file)
@@ -1,4 +1,4 @@
-#include <stdio.h>
+int printf(const char *str, ...);
 
 struct x {};
 struct x a[] = { {}, {} };