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
/
951115-1.c
blob
03520c99ca256339f592c84aa7908fbc9a3673d7
1
int
var
=
0
;
2
3
g
()
4
{
5
var
=
1
;
6
}
7
8
f
()
9
{
10
int
f2
=
0
;
11
12
if
(
f2
==
0
)
13
;
14
15
g
();
16
}
17
18
main
()
19
{
20
f
();
21
if
(
var
!=
1
)
22
abort
();
23
exit
(
0
);
24
}