view tests/mini/funcs2.d @ 761:fa306ca8843b

Applied fvbommel's patch from #112 Added missing TypeInfoInvariant codegen for D2
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 02:30:28 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}