blob: 5b1871735c8066910392545911113b95fb71d951 [file] [log] [blame]
// PR c++/60377
// { dg-do compile { target c++14 } }
void foo(auto, void (f*)()); // { dg-error "auto|expected" }
struct A
{
int i;
};