changeset 420:fe6447cbccea

&unittest0 Thomas Kuehne <thomas-dloop.kuehne.thisisspam.cn> 2005-04-10 news:5v4mi2-l36.ln1@lnews.kuehne.cn
author thomask
date Sun, 10 Apr 2005 23:34:13 +0000
parents 8eb7e6649389
children 0f87eb2e93fd
files nocompile/unittest_07.d
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/unittest_07.d	Sun Apr 10 23:34:13 2005 +0000
@@ -0,0 +1,19 @@
+// $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__ 
+
+module dstress.nocompile.unittest_07;
+
+unittest{
+}
+
+void test(){
+	void function() u = &unittest0;
+}
+