set debug information for be_Call
[libfirm] / ir / be / test / ForTest.c
index faabee2..461c072 100644 (file)
@@ -48,5 +48,5 @@ int main (int argc, char *argv[]) {
     printf("ForTest.c\n");
 
     simpleloop(3, 10);
-    return;
+    return 0;
 }