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
This commit is contained in:
Andrew Pinski 2007-08-06 02:33:44 +00:00 committed by Andrew Pinski
parent da7dfe8427
commit 085f094f22
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -31,6 +31,7 @@ main ()
unsigned long long res;
res = foo (3, 4);
return 0;
}