Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
rfg16.C
blob: d42516d4fcfe826f86b773b3ab3a07e41e00e956 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Bug: g++ doesn't push parameter decls as they are parsed.
void
(*
ptr
)
(
int
foo
,
int
array
[
sizeof
(
foo
)]);
void
test2
(
int
bar
,
int
array
[
sizeof
(
bar
)])
{
}