Commit 2add28a3 by Richard Henderson Committed by Richard Henderson

20001009-2.c (foo): Rename from main.

        * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
        (main): New.  Exit cleanly.

From-SVN: r37560
parent 0da8bbae
2000-11-18 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
(main): New. Exit cleanly.
2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
......
int b=1;
main()
int foo()
{
int a;
int c;
......@@ -14,3 +14,8 @@ main()
abort();
return c;
}
int main()
{
foo();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment