1 // { dg-do compile { target c++2a } }
2 
3 using L = decltype([]{ });
f(L)4 void f(L) { }
5 // { dg-final { scan-assembler-not "globl.*_Z1f" } }
6