PR c++/56973, DR 696 - capture constant variables only as needed.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr60393.C
blob27fe2b722960f7ab424b541e948778f74ac4d1e4
1 // PR c++/60393
2 // { dg-do compile { target c++14 } }
3 // { dg-options "" }
5 void (*f)(auto) + 0; // { dg-error "expected" }
7 struct A
9   int i;