* loop.c (count_one_set): Fix detection of registers set in more
[official-gcc.git] / libjava / testsuite / libjava.compile / perc.java
blob8dc2f6f01fbec0bcd87ebb6f50a226660ec78bd4
1 // This generates code that `gcj -C' doesn't like.
3 public class perc
5 public static void main (String[] args)
7 System.out.println (27.0 % 10.0);