(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
var-templ32.C
// { dg-do compile { target c++14 } }

template<typename T>
bool V1 = true;

template<typename T>
bool V1<int> = false; // { dg-error "primary template|redefinition|not deducible" }