blob: 7fb05c3ce9c77418587e57ede2b3a4ea68306670 [file] [log] [blame]
// { dg-do compile { target c++2a } }
using L = decltype([]{ });
void f(L) { }
// { dg-final { scan-assembler-not "globl.*_Z1f" } }