changeset 298:818470984520

typeof / function zwang <nehzgnaw@gmail.com> 2005-02-19 news:cv7l03$2qfm$1@digitaldaemon.com nntp://news.digitalmars.com/digitalmars.D.bugs/3023
author thomask
date Sun, 20 Feb 2005 09:57:03 +0000
parents dc5c9509a605
children da96294e4233
files nocompile/typeof_05.d nocompile/typeof_06.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/typeof_05.d	Sun Feb 20 09:57:03 2005 +0000
@@ -0,0 +1,14 @@
+// $HeadULR$
+// $Date$
+// $Author$
+
+// @author@	zwang <nehzgnaw@gmail.com>
+// @date@	2005-02-19
+// @uri@	news:cv7l03$2qfm$1@digitaldaemon.com
+// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/3023
+
+module dstress.nocompile.typeof_05;
+
+void test(){
+	typeof(test) x;
+} 
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/typeof_06.d	Sun Feb 20 09:57:03 2005 +0000
@@ -0,0 +1,14 @@
+// $HeadULR$
+// $Date$
+// $Author$
+
+// @author@	zwang <nehzgnaw@gmail.com>
+// @date@	2005-02-19
+// @uri@	news:cv7l03$2qfm$1@digitaldaemon.com
+// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/3023
+
+module dstress.nocompile.typeof_06;
+
+void test(){
+	typeof(test) x=0;
+} 
\ No newline at end of file