(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
lambda-uneval5.C
// { dg-do compile { target c++20 } }

using L = decltype([]{ });
void f(L) { }
// { dg-final { scan-assembler-not "\[^l\]globl\[ \t\.\]*_Z1f" } }