view tests/mini/arrays9.d @ 888:d8c44f1e08e1

Fix #164.
author Christian Kamm <kamm incasoftware de>
date Sat, 17 Jan 2009 17:41:03 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module arrays9;

const int[] g = [1,2,3,4];

void main()
{

}