c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / lambda-generic-90265.C
blobd9ab9b7f55f43f42216af3d7d27cc99c3b634c6e
1 // PR c++/90265
2 // { dg-do compile { target c++14 } }
4 void (*a)(int, int, int, void *) = [](auto, auto, auto, auto) {};