changeset 849:ebe4fd921d97

Wang Zhen <nehzgnaw@gmail.com> 2006-02-17 news:dt4b4a$2j45$3@digitaldaemon.com
author thomask
date Sat, 18 Feb 2006 08:05:22 +0000
parents 2e38a498d473
children e3f820aaf74c
files nocompile/c/const_34_A.d nocompile/c/const_34_B.d nocompile/c/const_34_C.d nocompile/c/const_34_D.d nocompile/c/const_34_E.d nocompile/c/const_34_F.d
diffstat 6 files changed, 93 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_34_A.d	Sat Feb 18 08:05:22 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b4a$2j45$3@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_34_A;
+
+const auto a = a;
+
+void main(){
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_34_B.d	Sat Feb 18 08:05:22 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b4a$2j45$3@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_34_B;
+
+const auto a = a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_34_C.d	Sat Feb 18 08:05:22 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b4a$2j45$3@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_34_C;
+
+const int a = a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_34_D.d	Sat Feb 18 08:05:22 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b4a$2j45$3@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_34_D;
+
+auto a = a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_34_E.d	Sat Feb 18 08:05:22 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b4a$2j45$3@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_34_E;
+
+auto a = a;
+
+void main(){
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_34_F.d	Sat Feb 18 08:05:22 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b4a$2j45$3@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_34_F;
+
+const int a = a;
+
+void main(){
+}
+