view test/funcs2.d @ 151:d11848349f97 trunk

[svn r157] Fixed the nasty type==NULL bug :D
author lindquist
date Mon, 24 Mar 2008 20:48:40 +0100
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}