PR c++/67273
[official-gcc.git] / gcc / testsuite / g++.dg / parse / operator6.C
blobe58a3a682c3169f1e6a090636c52ee5fff314478
1 // PR c++/25635
3 struct A {};
5 A::operator int(); // { dg-error "class" }