changeset 845:90182df8fe6c

Wang Zhen <nehzgnaw@gmail.com> 2006-02-17 news:dt4ahd$2ikp$2@digitaldaemon.com
author thomask
date Fri, 17 Feb 2006 13:02:08 +0000
parents e3c9f22bff58
children 663d4ca7cf03
files nocompile/c/const_32_A.d nocompile/c/const_32_B.d nocompile/c/const_32_C.d nocompile/c/const_32_D.d
diffstat 4 files changed, 60 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_32_A.d	Fri Feb 17 13:02:08 2006 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.c.const_32_A;
+
+const int a = b;
+const int b = .a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_32_B.d	Fri Feb 17 13:02:08 2006 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.c.const_32_B;
+
+const int a = .b;
+const int b = .a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_32_C.d	Fri Feb 17 13:02:08 2006 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.c.const_32_C;
+
+const int a = .b;
+const int b = a;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_32_D.d	Fri Feb 17 13:02:08 2006 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4ahd$2ikp$2@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.c.const_32_D;
+
+const int a = b;
+const int b = a;
+