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