view test/funcs2.d @ 39:fd5e8bbfcb25 trunk

[svn r43] Fixed the rebuild profile to be able to build sdldemo1.
author lindquist
date Wed, 10 Oct 2007 06:21:31 +0200
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}