2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / parse1.C
blob9d06b05524341dd2383963daed4ecf49f0cb5279
1 // { dg-do assemble  }
2 // Bug: g++ parses the declaration of r as a function declaration.
4 void foo (int i)
6   int &r (i);
7   r = 1;                        // { dg-bogus "" }