aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash42.C
blob: 1b92f5d858d84ed144a1011aca40684a6cca34a2 (plain)
1
2
3
4
5
6
// GROUPS passed old-abort
// Build don't link: 
int fn();// ERROR -  ambiguates.*
int x;
int& fn() {// ERROR -  new decl.*
return x;}