module bug14; void main() { int[] arr = new int[12]; int i = arr[0]; }