source: trunk/gcc/libjava/testsuite/libjava.compile/perc.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 168 bytes
Line 
1// This generates code that `gcj -C' doesn't like.
2
3public 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.