/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr59636.C
blob271491ee23cdabf3577b714e6e547f0ec7dcc8fc
1 // PR c++/59636
2 // { dg-do compile { target c++14 } }
3 // { dg-options "" }
5 auto f = []() { return []<>() {}; };  // { dg-error "expected identifier" }