view test/funcs2.d @ 269:967178e31a13 trunk

[svn r290] Forgot to remove a #define in mem.c
author lindquist
date Sun, 15 Jun 2008 18:57:11 +0200
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}