view test/funcs2.d @ 13:3d1d98329fa7 trunk

[svn r17] changed the llvmdc.conf to use dmd.conf style values. hardcoding my home dir is obviously not the best idea...
author lindquist
date Tue, 02 Oct 2007 21:28:57 +0200
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}