diff test/bug3.d @ 29:253a5fc4033a trunk

[svn r33] * Added support for assignment to function arguments
author lindquist
date Thu, 04 Oct 2007 13:45:22 +0200
parents 1c80c18f3c82
children 8b0e809563df
line wrap: on
line diff
--- a/test/bug3.d	Thu Oct 04 12:49:37 2007 +0200
+++ b/test/bug3.d	Thu Oct 04 13:45:22 2007 +0200
@@ -6,6 +6,12 @@
     char[5] ch;
 }
 
+class C
+{
+    int[] arr;
+    char[4] crs;
+}
+
 void main()
 {
     S s;