blob: e398d22fddc3395b89bdcebdc654146e97ab0a3e [file] [log] [blame]
// { 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>" }