Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
parse1.C
blob: 9d06b05524341dd2383963daed4ecf49f0cb5279 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Bug: g++ parses the declaration of r as a function declaration.
void
foo
(
int
i
)
{
int
&
r
(
i
);
r
=
1
;
// { dg-bogus "" }
}