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
/
execute
/
920812-1.c
blob
b49ab425b21675fc0669182c4b1e61870c3bff23
1
typedef
int
t
;
2
f
(
t y
){
switch
(
y
){
case
1
:
return
1
;}
return
0
;}
3
main
(){
if
(
f
((
t
)
1
)!=
1
)
abort
();
exit
(
0
);}