Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
20030331-2.c
blob: 5dc164fc4fe2d930a0af3ee46da0b23b1e9fb489 [
file
] [
log
] [
blame
]
// { dg-options "" }
/* { dg-require-effective-target alloca } */
extern
int
printf
(
const
char
*,
...);
int
foo
()
{
int
yd
;
float
in
[
1
][
yd
];
void
bar
()
{
printf
(
"%p\n"
,
in
[
0
]);
}
}