(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
array36.C
// PR c++/60224

struct A {};

void foo()
{
  bool b[] = (int (A::*)())0;	// { dg-error "" }
}