summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y/var-templ13.C
blob: e398d22fddc3395b89bdcebdc654146e97ab0a3e (plain)
1
2
3
4
5
// { dg-do compile { target c++14 } }

template <class T> T x;
template <> int x<int> = 0;
template <> int x<int> = 0;	// { dg-error "x<int>" }