module arrays9; const int[] g = [1,2,3,4]; void main() { }