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