blob: e94a0b6fa356a4b7306beab3e2b5cbb002a61a0b [file] [log] [blame]
// PR c++/70781
// { dg-do compile { target c++11 } }
template < typename T >
void foo ()
{
T ([=] (S) { [=] {}; }); // { dg-error "" }
}