view test/arrays9.d @ 269:967178e31a13 trunk

[svn r290] Forgot to remove a #define in mem.c
author lindquist
date Sun, 15 Jun 2008 18:57:11 +0200
parents fd32135dca3e
children
line wrap: on
line source

module arrays9;

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

void main()
{

}