2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit9.C
blobf300603298d6e64f0e94161d92d93556cb73165e
1 // { dg-do assemble  }
2 // GROUPS passed templates
3 void foo(int);
5 void bar()
7   foo<int>(3); // { dg-error "" } foo is not a template.