ref: eadf2bcb3c9dbe20b8bef1cf7e6059703f1e5ac6 dir: /test/arraypack.myr/
use std /* test for accidentally packed values */ const a = [ (1, "foo"), (2, "bar"), (3, "baz"), ] const main = { for x in a[:] std.put("{}", x) ;; std.put("\n") }