view nocompile/unittest_07.d @ 1330:f3f715978184

Georg Wrede <georg@iki.fi> 2007-01-07 mail:45A120F5.1050108@iki.fi
author thomask
date Sat, 13 Jan 2007 10:33:49 +0000
parents e77e4444c170
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;
}