1 module imports.test10a;
2 
init()3 void init()
4 {
5     it[0] = 32;
6 }
7 
8 int[1] it;
9 
10