aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.brendan/crash42.C
blob: 4b34a520f6676faf8724989b098337eac845ac8b (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// GROUPS passed old-abort
int fn();// { dg-message "" }  ambiguates.*
int x;
int& fn() {// { dg-error "" }  new decl.*
return x;}