aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/lambda-uneval5.C
blob: 1e16679311c6c4ca9aa5e23bdb8ca8908f96aa4c (plain)
1
2
3
4
5
// { dg-do compile { target c++20 } }

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