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
/
20040303-2.c
blob
6751620a43aff12186c34fcc17b9b9edb152f410
1
void
abort
(
void
);
2
int
x
,
y
;
3
void
init_xy
(
void
);
4
void
5
test4
(
void
)
6
{
7
init_xy
();
8
_Bool iftemp0
;
9
int
x1
=
x
;
10
_Bool iftemp1
;
11
x1
++;
12
if
(
x1
!=
3
)
13
{
14
iftemp1
=
1
;
15
goto
endfirstif
;
16
}
17
iftemp1
=
0
;
18
endfirstif
:
19
iftemp0
=
iftemp1
;
20
if
(
iftemp0
)
21
abort
();
22
}
23