mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
10 lines
168 B
Java
10 lines
168 B
Java
|
|
// 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);
|
||
|
|
}
|
||
|
|
}
|