ref: ce93c2af0b4aeb2c40a05f2b45c1397b7a2ced23 dir: /test/arraylit-ni.myr/
use std /* checks that we can create arrays without indexed initializers. exits with 2. */ const main = { var a = [1, 3, 2] std.exit(a[2]) }