template void f1() {} void a() { auto Lambda = [] {}; f1(); }