PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / var-templ32.C
blob80077a16b56679f67d7b267c83d2839d493bd06b
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|not deducible" }