OSDN Git Service

* decl.c (compute_array_index_type): Don't try to do anything with
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit9.C
1 // Build don't link:
2 // GROUPS passed templates
3 void foo(int);
4
5 void bar()
6 {
7   foo<int>(3); // ERROR - foo is not a template.
8 }