blob: 5a1fcd97821563e9e675cf1f354e09152f59945c [file] [log] [blame]
template <class Op>
bool asfun(Op f,
Op::first_argument_type a, // { dg-error "not a type" }
Op::second_argument_type b) // { dg-error "not a type" }
{ // { dg-error "no type" }
return Op(a, b);
}