changeset 846:663d4ca7cf03

Wang Zhen <nehzgnaw@gmail.com> 2006-02-17 news:dt4ahd$2ikp$2@digitaldaemon.com
author thomask
date Fri, 17 Feb 2006 13:02:16 +0000
parents 90182df8fe6c
children 8089260fa44d
files nocompile/c/const_33_A.d nocompile/c/const_33_B.d nocompile/c/const_33_C.d nocompile/c/const_33_D.d nocompile/c/const_33_E.d nocompile/c/const_33_F.d
diffstat 6 files changed, 96 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_33_A.d	Fri Feb 17 13:02:16 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_33_A;
+
+const int a = .a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_33_B.d	Fri Feb 17 13:02:16 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_33_B;
+
+const int a = .a;
+
+int main(){
+	return a;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_33_C.d	Fri Feb 17 13:02:16 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_33_C;
+
+const int a = .a;
+
+int main(){
+	return .a;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_33_D.d	Fri Feb 17 13:02:16 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_33_D;
+
+const int a = a;
+
+int main(){
+	return .a;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_33_E.d	Fri Feb 17 13:02:16 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_33_E;
+
+const int a = a;
+
+int main(){
+	return a;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_33_F.d	Fri Feb 17 13:02:16 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.c.const_33_F;
+
+const int a = a;
+