* device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_rrx_s),
[fw/sdcc] / support / regression / tests / bug-524211.c
index 4ec15d89f0c5caeff3d793feb721082c53cd7456..3d3128bd0fd63d98ed7338ea4f5d3f942efa51c6 100644 (file)
@@ -2,6 +2,9 @@
  */
 #include <testfwk.h>
 
+#if 0
+/* Disabled as this only shows a warning */
+
 typedef unsigned short UINT16;
 typedef unsigned char UINT8;
 
@@ -24,3 +27,8 @@ const Class Bar = {
 void foo(void)
 {
 }
+#endif
+
+void testBug(void)
+{
+}