shithub: mc

ref: dca5e6339087339e0cd9890b5f91c2b3c9e875aa
dir: /test/slalloc.myr/

View raw version
use std

const main = {
	var sl : int[:]

	sl = std.slalloc(123)
	-> sl.len
}