source:
trunk/gcc/libjava/testsuite/libjava.compile/perc.java
Last change on this file was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 168 bytes |
Line | |
---|---|
1 | // This generates code that `gcj -C' doesn't like. |
2 | |
3 | public class perc |
4 | { |
5 | public static void main (String[] args) |
6 | { |
7 | System.out.println (27.0 % 10.0); |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.