1 // { dg-do link { target c++14 } }
2 // { dg-options "-fconcepts-ts" }
3 
f()4 void f() requires true { }
5 
main()6 int main() { }
7