blob: 1e16679311c6c4ca9aa5e23bdb8ca8908f96aa4c [file] [log] [blame]
// { dg-do compile { target c++20 } }
using L = decltype([]{ });
void f(L) { }
// { dg-final { scan-assembler-not "\[^l\]globl\[ \t\.\]*_Z1f" } }