aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/init/array36.C
blob: 77e4f909146ac40c90761c2295fbdfd464beff6e (plain)
1
2
3
4
5
6
7
8
// PR c++/60224

struct A {};

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