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
/
20040520-1.c
blob
b42483714375887a1877da0322b54ee0e062dc06
1
/* PR 15454 */
2
3
void
abort
();
4
int
main
() {
5
int
foo
;
6
int
bar
(
void
)
7
{
8
int
baz
=
0
;
9
if
(
foo
!=
45
)
10
baz
=
foo
;
11
return
baz
;
12
}
13
foo
=
1
;
14
if
(!
bar
())
15
abort
();
16
return
0
;
17
}