view test/arrays9.d @ 273:25fa34e899e9 trunk

[svn r294] Fixed some more of the old tests.
author lindquist
date Wed, 18 Jun 2008 23:29:14 +0200
parents fd32135dca3e
children
line wrap: on
line source

module arrays9;

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

void main()
{

}