aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr58533.C
blob: 34d43aabdcbb29f16d2add104b66328be69036ff (plain)
1
2
3
4
5
6
7
// PR c++/58533
// { dg-do compile { target c++1y } }

void foo()
{
  void (*fp)(auto); // { dg-error "auto|not permitted" }
}