blob: a17afcc6b65f33bdabc74d19fea71a9617b0bb8d [file] [log] [blame]
// { dg-do compile { target c++17 } }
template <typename a, a> struct b;
template <typename c> struct b<bool, c::d>; // { dg-error "not deducible" }