lindquist@86: module arrays10; lindquist@86: lindquist@86: void main() lindquist@86: { lindquist@86: int[] a = new int[10]; lindquist@86: a[] = 3; lindquist@86: }