OSDN Git Service

* g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit38.C
1 template <int I>
2 void f(int j);
3
4 void g()
5 {
6   f<7, 12>(3); // ERROR - no matching function.
7 }