call.c (struct conversion_info): Rename 'from_type' to 'from'.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit38.C
1 // { dg-do assemble }
2 template <int I>
3 void f(int j); // { dg-message "note" }
4
5 void g()
6 {
7 f<7, 12>(3); // { dg-error "" } no matching function.
8 }