view test/arrays9.d @ 180:90522b72128a trunk

[svn r196] Added C++ version of the ray demo for comparing.
author lindquist
date Wed, 07 May 2008 18:46:56 +0200
parents fd32135dca3e
children
line wrap: on
line source

module arrays9;

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

void main()
{

}