// { dg-do compile { target c++14 } } // { dg-options "-Wall" } template T x; template <> int x = 0; int main() { return x; }