view test/bug14.d @ 46:6a54b832369a trunk

[svn r50]
author lindquist
date Fri, 19 Oct 2007 16:37:34 +0200
parents 8b0e809563df
children
line wrap: on
line source

module bug14;

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