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:
parent
da7dfe8427
commit
085f094f22
@ -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.
|
||||
|
@ -31,6 +31,7 @@ main ()
|
||||
unsigned long long res;
|
||||
|
||||
res = foo (3, 4);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user