new test
From-SVN: r19908
This commit is contained in:
parent
3568074438
commit
74ce357fe5
12
gcc/testsuite/g++.old-deja/g++.other/main1.C
Normal file
12
gcc/testsuite/g++.old-deja/g++.other/main1.C
Normal file
@ -0,0 +1,12 @@
|
||||
// Build don't linK:
|
||||
|
||||
int main()
|
||||
{ // ERROR - invalid redeclaration of
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int main(int, const char**)
|
||||
{ // ERROR - as
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user