aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/main1.C
blob: de689f60fc1f14bc4d1b957c0edd756dbf45cc85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-do compile }

int main()  // { dg-message "previous declaration" }
{
  return 0;
}


int main(int, const char**) // { dg-error "conflicting" }
{
  return 0;
}