* src/SDCC.y (type_specifier2, pointer),
[fw/sdcc] / support / valdiag / tests / tentdecl.c
index 60d29862fcdd929dbba97ce972b4da75374af4ce..192970695acbddc72130ddb948750240b95da8d7 100644 (file)
@@ -117,3 +117,5 @@ extern volatile XDATA at 0 int a; /* IGNORE */
 volatile XDATA int a;  /* ERROR(SDCC && !(__z80 || __gbz80)) */
 #endif
 #endif
+
+int validDeclaraction;  /* to make sure this is never an empty source file */