Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
ww.c
blob: 657f8c6b8396ed5d9a6244dfd2ad29ece8924bf4 [
file
] [
log
] [
blame
]
foo
(
p
)
short
*
p
;
{
static
int
*
foo
;
*
p
=
1234
;
*
foo
=
1234
;
}