aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23/static-operator-call8.C
blob: 46aa6b42ce86d579a1c0d04ade1672cca4e07c01 (plain)
1
2
3
4
5
6
// PR c++/119048
// { dg-do compile { target c++23 } }

int main() {
	[] {}, [](...) static {};
}