explicit38.C   [plain text]


// { dg-do assemble  }
template <int I>
void f(int j);

void g()
{
  f<7, 12>(3); // { dg-error "" } no matching function.
}