aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/concepts/fn7.C
blob: 2abd34a1e78039ad77cbdc55aba2f81b9a34a5f7 (plain)
1
2
3
4
5
6
7
8
// { dg-do link }
// { dg-options "-std=c++1z" }

// FIXME: What is this actually testing?

void f() requires true { }

int main() { }