source:
trunk/gcc/libjava/testsuite/libjava.lang/PR55.java@
3127
| Last change on this file since 3127 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 218 bytes | |
| Line | |
|---|---|
| 1 | public 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.
