view test/arrays10.d @ 128:e5fe8521bbfa trunk

[svn r132] Added some tests. some will fail at the moment.
author lindquist
date Fri, 30 Nov 2007 17:12:08 +0100
parents fd32135dca3e
children
line wrap: on
line source

module arrays10;

void main()
{
    int[] a = new int[10];
    a[] = 3;
}