view test/funcs2.d @ 174:16e676ae5ab4 trunk

[svn r190] Fixed array concatenation for some broken cases. Added a sanity check for the Dsymbol state set.
author lindquist
date Tue, 06 May 2008 18:36:46 +0200
parents dafae18f9c08
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}