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

index f797963..a81a3d6 100644 (file)
@@ -42,4 +42,5 @@ int vandrunen(int t1, int c1, int t11)
 int main(int argc, char *argv[]) {
   vandrunen(10, argc & 1, 1);
   printf("%d %d %d\n", T6, T10, T13);
+  return 0;
 }