Commit 9cc37f69 by Tom Tromey Committed by Tom Tromey

* libjava.compile/zeroexp.java: New file.

From-SVN: r55663
parent f922660b
2002-07-22 Tom Tromey <tromey@redhat.com>
* libjava.compile/zeroexp.java: New file.
2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* libjava.compile/compile.exp: Sort sources.
......
public class zeroexp
{
public static void main (String[] argv)
{
// gcj used to give an error about this literal.
float f = 0E-6F;
double d = 0E-9;
System.out.println ("" + f + " " + d);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment