template9.C   [plain text]


template <typename T> 
void f() {
  g(); // { dg-error "" }
  h(3); // { dg-error "" }
}