fehler65 (from 253.perl)
[libfirm] / ir / be / test / fehler10.c
index 575e281..fc39453 100644 (file)
@@ -1,9 +1,12 @@
+#include <stdio.h>
+
 void a(void);
 void b(void);
 
 int main(void) {
        a();
        printf("\n");
+       return 0;
 }
 
 void a(void) {