921e5a0eb4
From-SVN: r14840
7 lines
135 B
C
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;}
|