view tests/mini/arrays9.d @ 1397:fdfc4060bcec

fix missing 'test' mnemonic and add several variations
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Tue, 19 May 2009 11:58:54 -0600
parents 1bb99290e03a
children
line wrap: on
line source

module arrays9;

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

void main()
{

}