support/librarian/sdcclib.c:Added feature request 1908061: Synchronise sdcclib comman...
[fw/sdcc] / support / regression / tests / bug1551947.c
index f3980cd4e942d5c8cf1058c85ca9630ba8d70e40..9581062758b300e901eef419b14025acbb8266d1 100644 (file)
@@ -1,15 +1,15 @@
-/*\r
-   bug1551947.c\r
-*/\r
-\r
-#include <testfwk.h>\r
-\r
-xdata float z;\r
-xdata float x = 1.0;\r
-\r
-void\r
-testBug(void)\r
-{\r
-    z = x * x;\r
-    ASSERT( z == 1.0 );\r
-}\r
+/*
+   bug1551947.c
+*/
+
+#include <testfwk.h>
+
+xdata float z;
+xdata float x = 1.0;
+
+void
+testBug(void)
+{
+    z = x * x;
+    ASSERT( z == 1.0 );
+}