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

template<typename = decltype([]{})>
void f() {}