BugFix: collect_stacknodes collected mode_T and mode_M nodes
[libfirm] / ir / be / test / stmt_expr.c
index b05686c..2c439ba 100644 (file)
@@ -7,4 +7,6 @@ int main(int argc, char *argv[])
   int j = argc * argc;
 
   printf("max %d, %d = %d\n", i, j, maxint(i,j));
+
+  return 0;
 }