changeset 850:e3f820aaf74c

Chris Miller <chris@dprogramming.com> 2006-02-16 news:op.s42ueypxpo9bzi@moe
author thomask
date Sat, 18 Feb 2006 08:05:57 +0000
parents ebe4fd921d97
children d3ecc4246287
files nocompile/d/delegate_16.d nocompile/f/function_05.d
diffstat 2 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/d/delegate_16.d	Sat Feb 18 08:05:57 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Chris Miller <chris@dprogramming.com>
+// @date@	2006-02-16
+// @uri@	news:op.s42ueypxpo9bzi@moe
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.d.delegate_16;
+
+void delegate() func();
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/f/function_05.d	Sat Feb 18 08:05:57 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Chris Miller <chris@dprogramming.com>
+// @date@	2006-02-16
+// @uri@	news:op.s42ueypxpo9bzi@moe
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.f.function_05;
+
+void function() func();
+