repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930109-1.c
blob
dbd15a1bd0a1c05c5b5ff64b5507ed194b8798a8
1
f
(
x
)
2
unsigned
x
;
3
{
4
static short
c
;
5
return
x
>>
c
;
6
}
7
g
(
x
)
8
unsigned
x
;
9
{
10
static char
c
;
11
return
x
>>
c
;
12
}