2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / undefined2.C
bloba7e76f1b70d0539fcc3df56d2275bc3a6e947928
1 // PR c++/9173
2 // Origin: <wwieser@gmx.de>
3 // { dg-do compile }
5 class A {};
7 class B
9     void foo(int,A::X); // { dg-error "" }
12 void B::foo(int,A::X) {} // { dg-error "" }