Fix typo in test case
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / redecl1.C
blobd08e5aa908859231f5e0430cdd19aae172022abe
1 //Build don't link:
2 struct X{
3   void i();
4   void i(int);  // ERROR - 
5   int i;        // ERROR - conflict
6 };