Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
ww.c
blob: ea9bcd8edea01352951752286e39c4eca9fe6215 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
p
)
short
*
p
;
{
static
int
*
foo
;
*
p
=
1234
;
*
foo
=
1234
;
}