view tests/mini/arrays6.d @ 843:880b7aa29aa4

Automated merge with http://hg.dsource.org/projects/ldc
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Dec 2008 08:18:30 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module arrays6;

void main()
{
    int[4] a = [1,2,3,4];
}