c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / var-templ32.C
blob6767ff1d9c69a3738039f662272d0759574f340d
1 // { dg-do compile { target c++14 } }
3 template<typename T>
4 bool V1 = true;
6 template<typename T>
7 bool V1<int> = false; // { dg-error "primary template|redefinition|not deducible" }