blob: 2ae21ed1147b49765fd0bafac0179cbd64ac7a1d [file] [log] [blame]
// PR c++/60393
// { dg-do compile { target c++14 } }
void (*f)(auto) + 0; // { dg-error "auto|expected" }
struct A
{
int i;
};