view test/funcs2.d @ 250:fc9c1a0eabbd trunk

[svn r267] Fixed debug info for global variables. Cleaned up the debug info code in general.
author lindquist
date Wed, 11 Jun 2008 20:53:26 +0200
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}