Use symbolic names instead of magic values for the position parameter of get_irn_n().
[libfirm] / ir / be / test / while-printf.c
index 838b146..71cf68f 100644 (file)
@@ -1,5 +1,4 @@
-// #include<stdio.h>
-
+#include<stdio.h>
 
 int main()
 {
@@ -21,5 +20,6 @@ int main()
     }
   while(i < 10);
   printf("Cyklusvariable2: %d\n",i);
-  return 1;
+
+  return 0;
 };