[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / concepts / fn7.C
blob1df21fe9024d55de95deeaac506bffa9acf9f07c
1 // { dg-do link }
2 // { dg-options "-std=c++17 -fconcepts" }
4 // FIXME: What is this actually testing?
6 void f() requires true { }
8 int main() { }