repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
PR129_B.java
blob
238df999a279e1056495149b5c5133ffc83dfa06
1
import
support
.
PR129_A
;
2
3
public class
PR129_B
{
4
public static void
main
(
String
[]
args
) {
5
int
length
=
PR129_A
.
strArr
.
length
;
6
System
.
out
.
println
(
"Array length: "
+
length
);
7
}
8
}
9