view tests/mini/arrays9.d @ 911:1d9fe5e2a13c

Fix typo in [909].
author Christian Kamm <kamm incasoftware de>
date Thu, 29 Jan 2009 17:59:25 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module arrays9;

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

void main()
{

}