blob: 34d43aabdcbb29f16d2add104b66328be69036ff [file] [log] [blame]
// PR c++/58533
// { dg-do compile { target c++1y } }
void foo()
{
void (*fp)(auto); // { dg-error "auto|not permitted" }
}