aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/concepts/fn7.C
blob: 0052f1aee73943060dd5914c92716d3fb9e85dbb (plain)
1
2
3
4
5
6
7
8
// { dg-do link { target c++17 } }
// { dg-options "-fconcepts" }

// FIXME: What is this actually testing?

void f() requires true { }

int main() { }