Lines Matching refs:IntParam
90 template<int n> struct IntParam {};92 using IntParam0 = IntParam<0>;93 using IntParam0 = IntParam<id(0)>;94 using IntParam0 = IntParam<MemberZero().zero>; // expected-error {{did you mean to call it with no arguments?}}