aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-pr84980.C
blob: fb0042cf32b2ab04fca4eec989c10729c248be96 (plain)
1
2
3
4
// { dg-do compile { target c++17 } }
// { dg-additional-options "-fconcepts" }

template<T> concept C = true;  // { dg-error "has not been declared" }