// PR c++/66595 // { dg-do compile { target c++14 } } template int typeID{42}; template double typeID{10.10}; // { dg-error "primary template|redeclaration|not deducible" }