Mercurial > projects > ldc
annotate test/bug56.d @ 92:70d6113eeb8c trunk
[svn r96] Updated to DMD 1.023.
Regular bugfixes.
author | lindquist |
---|---|
date | Thu, 08 Nov 2007 19:13:28 +0100 |
parents | |
children |
rev | line source |
---|---|
lindquist@92 | 1 module bug56; |
lindquist@92 | 2 |
lindquist@92 | 3 void main() |
lindquist@92 | 4 { |
lindquist@92 | 5 int[] a; |
lindquist@92 | 6 a = [1,2,3]; |
lindquist@92 | 7 {int[] b = [4,5,6];} |
lindquist@92 | 8 } |