comparison 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
comparison
equal deleted inserted replaced
91:3f949c6e2e9d 92:70d6113eeb8c
1 module bug56;
2
3 void main()
4 {
5 int[] a;
6 a = [1,2,3];
7 {int[] b = [4,5,6];}
8 }