2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit38.C
blobe83898f2cc6fbf535c18c197d60e5345fb0f0676
1 // { dg-do assemble  }
2 template <int I>
3 void f(int j);
5 void g()
7   f<7, 12>(3); // { dg-error "" } no matching function.