8sa1-gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash42.C
Jeff Law 921e5a0eb4 Initial revision
From-SVN: r14840
1997-08-19 01:34:40 -06:00

7 lines
135 B
C

// GROUPS passed old-abort
// Build don't link:
int fn();// ERROR - ambiguates.*
int x;
int& fn() {// ERROR - new decl.*
return x;}