aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/redecl1.C
blob: d979786587580b636ff76fe0c8da78c3162cc38d (plain)
1
2
3
4
5
6
// { dg-do assemble  }
struct X{
  void i();
  void i(int);  // { dg-message "" }
  int i;        // { dg-error "" } conflict
};