diff nocompile/bug_cod4_352_B.d @ 330:4789566ca671

Internal error: ../ztc/cod4.c 352 Lukas Pinkowski <Lukas.Pinkowski@web.de> 2005-02-26 news:cvq9fq$qir$1@digitaldaemon.com
author thomask
date Fri, 18 Mar 2005 07:59:16 +0000
parents
children 1f6cf5ccfbc9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/bug_cod4_352_B.d	Fri Mar 18 07:59:16 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Lukas Pinkowski <Lukas.Pinkowski@web.de>
+// @date@	2005-02-26
+// @uri@	news:cvq9fq$qir$1@digitaldaemon.com
+
+module dstress.nocompile.bug_cod4_352_B;
+
+void check(){
+	void[] bar;
+	void[] foo;
+	bar[0] = foo[0];
+}
+