return 0
authorMatthias Braun <matze@braunis.de>
Wed, 7 Feb 2007 17:36:19 +0000 (17:36 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 7 Feb 2007 17:36:19 +0000 (17:36 +0000)
ir/be/test/phi_bad.c

index 680acfc..91ee5d1 100644 (file)
@@ -17,4 +17,5 @@ int main()
 {
   test(4,5);
   printf("A = %d\n", A);
+  return 0;
 }