Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000923-1.c
blob: 3244dc783008dbb9e60377860e0ee284e0d7cb83 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target alloca } */
const
int
a
=
3
;
const
int
b
=
50
;
void
foo
(
void
)
{
long
int
x
[
a
][
b
];
asm
(
""
:
:
"r"
(
x
)
:
"memory"
);
}