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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20000205-1.c
blob
b605b84b6b116f21c8001195e99eab90cd11d5f7
1
static int
f
(
int
a
)
2
{
3
if
(
a
==
0
)
4
return
0
;
5
do
6
if
(
a
&
128
)
7
return
1
;
8
while
(
f
(
0
));
9
return
0
;
10
}
11
12
int
main
(
void
)
13
{
14
if
(
f
(~
128
))
15
abort
();
16
exit
(
0
);
17
}