# HG changeset patch # User thomask # Date 1099028803 0 # Node ID 5aab0626a3e98fcb6980694d2b56881255d75c72 # Parent edc279c4f7f97e31c0831f8053a0e6890552caf6 Buchan / news://opsfwrktdm44buww@simon.mshome.net / nttp://digitalmars.com digitalmars.D.bugs:2114 diff -r edc279c4f7f9 -r 5aab0626a3e9 nocompile/bug_mtype_2576.d --- /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 +// @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; +}