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
/
930622-1.c
blob
d733e133d35af6d3608b390f90e35e442039b2a2
1
int
a
=
1
,
b
;
2
3
g
() {
return
0
; }
4
h
(
x
) {}
5
6
f
()
7
{
8
if
(
g
() == -
1
)
9
return
0
;
10
a
=
g
();
11
if
(
b
>=
1
)
12
h
(
a
);
13
return
0
;
14
}
15
16
main
()
17
{
18
f
();
19
if
(
a
!=
0
)
20
abort
();
21
exit
(
0
);
22
}