aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/lambda-targ19.C
blob: d02f6d6a3a38ccf2678711f1eef03c2a60f0b150 (plain)
1
2
3
4
// { dg-do compile { target c++20 } }
// PR c++/117518
template <auto = []<int> (auto) {}> int x;
int y = x<>;