view tests/mini/funcs2.d @ 593:7042d912767e

Undid some of the previous changes: DtoArrayInit has issues with arrays similar to T[n][].
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Sep 2008 13:47:38 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}