Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930109-1.c
blob: dbd15a1bd0a1c05c5b5ff64b5507ed194b8798a8 [
file
] [
log
] [
blame
]
f
(
x
)
unsigned
x
;
{
static
short
c
;
return
x
>>
c
;
}
g
(
x
)
unsigned
x
;
{
static
char
c
;
return
x
>>
c
;
}