/* Test array size=0 */ class Main { void main() { int[] x; x = new int[0]; } }