2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / ref6.C
blob17848af00e00d6ff0eaf9477b06e7a9505ea2f4d
1 // { dg-do assemble  }
2 const int &f();
3 int &a = f();                   // { dg-error "" }