Commit 085f094f by Andrew Pinski Committed by Andrew Pinski

sms-antideps.c: Add a "return 0" to the end of main.

2007-08-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.dg/sms-antideps.c: Add a "return 0" to the end of main.

From-SVN: r127235
parent da7dfe84
2007-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
* gcc.dg/sms-antideps.c: Add a "return 0" to the end of main.
2007-08-05 Volker Reichelt <v.reichelt@netcologne.de>
* g++.dg/warn/pedantic2.C: Fix error marker. Add more tests.
......@@ -31,6 +31,7 @@ main ()
unsigned long long res;
res = foo (3, 4);
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