view test/funcs2.d @ 111:a7ae554ce4f4 trunk

[svn r115] Implemented the ClassInfo.defaultConstructor member.
author lindquist
date Thu, 22 Nov 2007 21:17:54 +0100
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}