changeset 76:5aab0626a3e9

Buchan <kbuchan@xtra.co.nz> / news://opsfwrktdm44buww@simon.mshome.net / nttp://digitalmars.com digitalmars.D.bugs:2114
author thomask
date Fri, 29 Oct 2004 05:46:43 +0000
parents edc279c4f7f9
children fecc79e23cd8
files nocompile/bug_mtype_2576.d
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/bug_mtype_2576.d	Fri Oct 29 05:46:43 2004 +0000
@@ -0,0 +1,13 @@
+// @author@	Buchan <kbuchan@xtra.co.nz>
+// @date@	2004-10-16
+// @uri@	news://opsfwrktdm44buww@simon.mshome.net
+// @url@	nttp://digitalmars.com digitalmars.D.bugs:2114
+
+module dstress.nocompile.bug_mtype_2576;
+
+const char[] B = ['A'];
+
+int main(){
+	cast(B)1;
+	return 0;
+}