ref: 3d20a6d5e0c554e9f3d0d3f504f4dfb28901ebb7 dir: /test/slicelen.myr/
use std /* checks that taking incomplete slices calculates the length correctly. * should exit with 5. */ const main = { var a : int[8] var s s = a[1:6] -> s.len }