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

static_assert(requires { []<typename T>{}; });