rt_gccstream/gcc/testsuite/g++.dg/other/pr28432.C

8 lines
199 B
C

// Test to make sure we do not ICE on this invalid program.
// { dg-options "" }
struct A {};
void A::foo(); // { dg-error "member function declared in class|outside of class is not definition" }