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
/
pr34030.c
blob
f4f9e176d3f2bff9a35310e6dd30a0c9c52a53f2
1
int
myvar
;
2
3
int
foo
(
int
mynum
)
4
{
5
if
((((
void
*)
0
) == (
myvar
& ((
1U
<<
0
) <<
mynum
))) && (
mynum
>
0
))
6
return
1
;
7
return
0
;
8
}