OSDN Git Service

new testcases
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / t24.C
1 // Build don't link: 
2 // Special g++ Options: 
3
4 template <class X> int f (X x, X y) { return 23; }
5
6 int foo () {
7   return f (7); // ERROR - 
8 }