blob: 042918b1f8e6d1deaec74d787ed71cf07ced211f [file] [log] [blame]
template<typename T, T v> struct c {};
using d = c<bool, false>;
struct foo : public d {};