aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p2793.C
blob: 73bf23f73496c13443274c3e7e90367e461b78a9 (plain)
1
2
3
4
5
6
// Build don't link:
// prms-id: 2793

void f(char&) {			// ERROR - referenced by error below
  f('c');			// ERROR - 
}