blob: d9ab9b7f55f43f42216af3d7d27cc99c3b634c6e [file] [log] [blame]
// PR c++/90265
// { dg-do compile { target c++14 } }
void (*a)(int, int, int, void *) = [](auto, auto, auto, auto) {};