* src/mcs51/gen.c (leftRightUseAcc): use macro IS_OP_ACCUSE
[fw/sdcc] / support / regression / tests / bug-499644.c
index bec161145703758b2e075bc857084fb44afe726d..caf4815ea4840c962f94d98a09da89b1282949a3 100644 (file)
@@ -2,9 +2,13 @@
  */
 #include <testfwk.h>
 
-const float a = 0.0; 
+const float a = 0.0;
 
-float f(void) 
-{ 
-  return a * 5; 
-} 
+float f(void)
+{
+  return a * 5;
+}
+
+void testBug(void)
+{
+}