PR c++/79899
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr28432.C
blob2b9c76343671dac28df13b2b832e378f600217f6
2 // Test to make sure we do not ICE on this invalid program.
4 // { dg-options "" }
6 struct A {};
7 void A::foo(); // { dg-error "member function declared in class|outside of class is not definition" }