Fixed them to compile
[fw/sdcc] / support / regression / tests / bug-426632.c
index ae5a3a453f33de1919b5e06266941786959a804a..8d29050f8b7afe878c02141ea89190c25076a956 100644 (file)
@@ -1,3 +1,5 @@
+#include <testfwk.h>
+
 typedef struct { 
     unsigned char year; /* Current 
                         * year (with offset 1900) */ 
@@ -11,7 +13,7 @@ unsigned char year;
 unsigned char month; 
 unsigned char day; 
 
-void *main() 
+void *__main()
 { 
     float i; 
     float y;