blob: 77e4f909146ac40c90761c2295fbdfd464beff6e [file] [log] [blame]
// PR c++/60224
struct A {};
void foo()
{
bool b[] = (int (A::*)())0; // { dg-error "" }
}