source: trunk/gcc/libjava/testsuite/libjava.lang/PR55.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: 218 bytes
Line 
1public class PR55 {
2
3 // This demonstrates a bug in gcj
4
5 public static void main(String[] argv){
6 int i = 666;
7 System.out.println("The number "+i+" is "+ (""+i).length() +" digits wide");
8 }
9}
Note: See TracBrowser for help on using the repository browser.