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

void f(auto... args) requires(([args] {}, ..., true)) {}