repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FDO insane profile
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
negzero.java
blob
53b9da2c44858ea4361c72899b06761bd06fc298
1
public class
negzero
2
{
3
public static void
main
(
String
[]
args
)
4
{
5
System
.
out
.
println
(-
0.0
);
6
System
.
out
.
println
(-
0.0
f
);
7
}
8
}