Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
pr59636.C
blob: 271491ee23cdabf3577b714e6e547f0ec7dcc8fc [
file
] [
log
] [
blame
]
// PR c++/59636
// { dg-do compile { target c++14 } }
// { dg-options "" }
auto
f
=
[]()
{
return
[]<>()
{};
};
// { dg-error "expected identifier" }