Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
msp.c
blob: 5d350fd5ee04aaf61cfdaac392d147299889549d [
file
] [
log
] [
blame
]
#ifdef
STACK_SIZE
# define A_SIZE (STACK_SIZE/sizeof(int))
#else
# define A_SIZE 16384
#endif
foo
()
{
int
a
[
A_SIZE
];
bar
(
a
);
}