mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 14:39:29 +08: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);
|
||
|
}
|
||
|
}
|