blob: 3b027d7c1f0db8ff6e7f40a9ea52eebad98cba96 [file] [log] [blame]
// PR c++/24560
struct A { void f(); };
void g() { A().f.a; } // { dg-error "class" }