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 / explicit1.C
1 // Build don't link:
2 // GROUPS passed templates
3 template <class T>
4 void foo(T t) {}
5
6 void bar()
7 {
8   (void (*)(double)) &foo<double>;
9 }