Mercurial > projects > ldc
annotate tests/mini/bug56.d @ 883:b52d5de7783f
GC defines and linkage changes.
author | Christian Kamm <kamm incasoftware de> |
---|---|
date | Thu, 08 Jan 2009 18:20:02 +0100 |
parents | 1bb99290e03a |
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 } |