aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/PR129_B.java
blob: 238df999a279e1056495149b5c5133ffc83dfa06 (plain)
1
2
3
4
5
6
7
8
9
import support.PR129_A;

public class PR129_B { 
  public static void main ( String[] args ) { 
    int length = PR129_A.strArr.length; 
    System.out.println ( "Array length: " + length ); 
  } 
}