blob: 23f4d074a9c938f616bbf6b102d5adda1b6d6613 [file] [log] [blame]
public class Bug49361 {
public static void main(String[] args) {
int[] table = new int[] {1, 2, 3};
int[] empty = new int[] {};
}
}