fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libjava / testsuite / libjava.compile / PR129_B.java
blob238df999a279e1056495149b5c5133ffc83dfa06
1 import support.PR129_A;
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 }