repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* MAINTAINERS (nvptx): Add self.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
PR55.java
blob
66619bf2c51befec5c39ceb4c7c3f91c3b9140b2
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
}