* doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and document
[official-gcc.git] / gcc / testsuite / g++.dg / concepts / var-concept6.C
blob645e8cac966c45f29b58efe7f5e6ac824dfccb8e
1 // { dg-options "-std=c++17 -fconcepts" }
3 template <class T>
4 concept int C = true;           // { dg-error "bool" }