// PR c++/53783 // { dg-do compile { target c++11 } } template void foo() { [] { [] {}; }; } int main() { foo(); }