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