Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / other / nontype-1.C
blob11bbfb829685b6e929796f348aaebe08a3a8590e
1 template <class Op>
2 bool asfun(Op f,
3            Op::first_argument_type a, // { dg-error "not a type" }
4            Op::second_argument_type b) // { dg-error "not a type" }
6    return Op(a, b);