diff nocompile/array_initialization_14.d @ 446:58425c356fce

big array index zwang <nehzgnaw@gmail.com> 2005-04-17 news:d3sqb9$10fq$1@digitaldaemon.com
author thomask
date Mon, 18 Apr 2005 07:32:46 +0000
parents
children e77e4444c170
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/array_initialization_14.d	Mon Apr 18 07:32:46 2005 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	zwang <nehzgnaw@gmail.com>
+// @date@	2005-04-17
+// @news@	news:d3sqb9$10fq$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.array_initialization_14;
+
+int main(){
+	static char a[1] = [int.max:0,1];
+	return 0;
+}
+