// PR c++/50863 // { dg-do compile { target c++11 } } struct T { template T(F) { } }; int main() { T t{ []{ } }; }