summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/redecl1.C
blob: d08e5aa908859231f5e0430cdd19aae172022abe (plain)
1
2
3
4
5
6
//Build don't link:
struct X{
  void i();
  void i(int);  // ERROR - 
  int i;        // ERROR - conflict
};