* src/z80/gen.c (shiftIntoPair): Fixed up warning.
[fw/sdcc] / support / regression / tests / storage.c
index 91142adfef72ac3c7262fa1cd443f0ce314e67f4..7b4c4fa7772bd593ceba1e2bc8bc5d92a2b66a5e 100644 (file)
@@ -8,13 +8,13 @@
 
 /** Simple function that spoils sdcc's optimiser by hiding an assign.
  */
-static {type}
+{type}
 spoilAssign({type} in)
 {
     return in;
 }
 
-static void
+void
 testStorageTypes(void)
 {
     {source_storage} {type} source;