blob: 5b098d0df33215689c270deface026d5a3ba3c45 [file] [log] [blame]
// PR c++/53783
// { dg-do compile { target c++11 } }
template <class T> void foo() { [] { [] {}; }; }
int main() { foo<void>(); }