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
/
20010206-1.c
blob
3aa8cad86625ac59de953fbaf497554c71f98b8f
1
int
foo
(
void
)
2
{
3
int
i
;
4
#line 1
"20010206-1.c"
5
if
(
0
)
i
=
1
;
else
i
6
#line 1
"20010206-1.c"
7
=
26
;
8
return
i
;
9
}
10
11
int
main
()
12
{
13
if
(
foo
() !=
26
)
14
abort
();
15
exit
(
0
);
16
}