ref: f10af8f76ee02e4b3a72a165e6f8dad05aab22ec dir: /test/slalloc.myr/
use std const main = { var sl : int[:] sl = std.slalloc(123) -> sl.len }