Fixed them to compile
[fw/sdcc] / support / regression / tests / bug-223113.c
index de4e1e50056aa469ed56ef063cc502f96e09c6de..82a338c63e841ccff8327cb108ff495ded946edd 100644 (file)
@@ -1,3 +1,5 @@
+#include <testfwk.h>
+
 /* 
  *------------------------------------------------- 
  */ 
@@ -22,7 +24,7 @@
  /* 
   *  *-------------------------------------------------- 
   *  */ 
- void main( void ) 
+ void __main( void ) 
 { 
     puts( "hello world\n" ); 
 }