Mercurial > projects > ldc
annotate tests/mini/arrays10.d @ 1651:cb960b882ca3 tip
bindings were moved to dsource.org/projects/bindings/
author | Moritz Warning <moritzwarning@web.de> |
---|---|
date | Thu, 20 May 2010 20:05:03 +0200 |
parents | 1bb99290e03a |
children |
rev | line source |
---|---|
lindquist@86 | 1 module arrays10; |
lindquist@86 | 2 |
lindquist@86 | 3 void main() |
lindquist@86 | 4 { |
lindquist@86 | 5 int[] a = new int[10]; |
lindquist@86 | 6 a[] = 3; |
lindquist@86 | 7 } |