diff nocompile/a/array_initialization_17_A.d @ 603:d49e22280d75

post PFLUG catch up 2
author thomask
date Mon, 18 Jul 2005 21:50:03 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/array_initialization_17_A.d	Mon Jul 18 21:50:03 2005 +0000
@@ -0,0 +1,13 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-07-18
+// @uri@	news:dbft7s$2jo3$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.a.array_initialization_17_A;
+
+int[3] qwert = [ 13, 42, 105, 666 ]; 
\ No newline at end of file