aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/main1.C
blob: 09ab4113f9d0dd56d24fb749aa959a5826e79b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't linK:

int main()
{ // ERROR - invalid redeclaration of
  return 0;
}


int main(int, const char**)
{ // ERROR - as
  return 0;
}