Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000923-1.c
blob: 9ed98868206265e3a2a2bbf49879edf07c4624fb [
file
] [
log
] [
blame
]
const
int
a
=
3
;
const
int
b
=
50
;
void
foo
(
void
)
{
long
int
x
[
a
][
b
];
asm
(
""
:
:
"r"
(
x
)
:
"memory"
);
}