aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/t24.C
blob: 60322706389f3e33d084061ea6a03d7d4e14c3b5 (plain)
1
2
3
4
5
6
7
8
// Build don't link: 
// Special g++ Options: 

template <class X> int f (X x, X y) { return 23; }

int foo () {
  return f (7);	// ERROR - 
}