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
/
921019-2.c
blob
9003e7b64d54c4bd1c86a76e056f4b2aca20486b
1
main
()
2
{
3
double
x
,
y
=
0.5
;
4
x
=
y
/
0.2
;
5
if
(
x
!=
x
)
6
abort
();
7
exit
(
0
);
8
}