ref: ff6e3444ff9cb3f8877f9d4c2653236609bae4f2 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 }