blob: 6767ff1d9c69a3738039f662272d0759574f340d [file] [log] [blame]
// { 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" }