Initial revision
From-SVN: r26263
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// This generates code that `gcj -C' doesn't like.
|
||||
|
||||
public class perc
|
||||
{
|
||||
public static void main (String[] args)
|
||||
{
|
||||
System.out.println (27.0 % 10.0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user