view test/bug14.d @ 59:362825278842 trunk

[svn r63] Forgot lphobos/typeinfo2
author lindquist
date Thu, 25 Oct 2007 09:04:00 +0200
parents 8b0e809563df
children
line wrap: on
line source

module bug14;

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