OSDN Git Service

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