// { dg-do compile { target c++14 } } template T x; template <> int x = 0; template <> int x = 0; // { dg-error "x" }