keep-going-template-instantiations.h 91 Bytes
template<typename T, T v> struct c {};
using d = c<bool, false>;
struct foo : public d {};