changeset 1051:7106229d4169

k2 <k2_member@pathlink.com> 2006-06-20 news:e797n4$2fn8$1@digitaldaemon.com
author thomask
date Thu, 29 Jun 2006 13:25:01 +0000
parents 7f312e8ff5b6
children b524fdde8950
files nocompile/b/bug_20060620_A.d nocompile/b/bug_20060620_B.d
diffstat 2 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/b/bug_20060620_A.d	Thu Jun 29 13:25:01 2006 +0000
@@ -0,0 +1,13 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	k2 <k2_member@pathlink.com>
+// @date@	2006-06-20
+// @uri@	news:e797n4$2fn8$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.b.bug_20060620_A;
+
+int bar = cast(int)cast(char*)"bar";
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/b/bug_20060620_B.d	Thu Jun 29 13:25:01 2006 +0000
@@ -0,0 +1,13 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	k2 <k2_member@pathlink.com>
+// @date@	2006-06-20
+// @uri@	news:e797n4$2fn8$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.b.bug_20060620_B;
+
+int bar = "bar";