PR c++/56973, DR 696 - capture constant variables only as needed.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / var-templ13.C
blobe398d22fddc3395b89bdcebdc654146e97ab0a3e
1 // { dg-do compile { target c++14 } }
3 template <class T> T x;
4 template <> int x<int> = 0;
5 template <> int x<int> = 0;     // { dg-error "x<int>" }