view nocompile/unittest_07.d @ 564:e77e4444c170

partial metadata fix
author thomask
date Thu, 02 Jun 2005 15:42:31 +0000
parents 6a553efddc73
children b8c0195059d9
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
// @date@	2005-04-10
// @uri@	news:5v4mi2-l36.ln1@lnews.kuehne.cn

// __DSTRESS_ELINE__ 17

module dstress.nocompile.unittest_07;

unittest{
}

void test(){
	void function() u = &unittest0;
}