ref: 8fd174a0ce2e6bd4af629653d256c16f608c0165 dir: /tests/arraysimpleint.b/
implement Sample; Sample: module { init: fn(); }; init() { c := array [1] of {1}; }