* src/SDCCsymt.c: reverted bad fixed of bug #1805702
[fw/sdcc] / support / regression / tests / bug-1805702.c
index faafb194ac5a9b4960739832e564ed04d22de2f9..1b92e04a7793caadc4edb65cfa29e6dd5bfb9907 100644 (file)
@@ -1,6 +1,8 @@
 /* bug-1805702.c
  */
 
+/* disabled */
+#if 0
 #include <testfwk.h>
 
 int foo;
@@ -13,3 +15,4 @@ test(void)
 
   ASSERT(foo == 10);
 }
+#endif