lindquist@92: module bug56; lindquist@92: lindquist@92: void main() lindquist@92: { lindquist@92: int[] a; lindquist@92: a = [1,2,3]; lindquist@92: {int[] b = [4,5,6];} lindquist@92: }