view tests/mini/arrays9.d @ 1118:dde9dbae052a

Make this test a bit more meaningful
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 14 Mar 2009 22:29:31 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module arrays9;

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

void main()
{

}