ref: 3d9ce334368f0d6e7da472200c68c7081889058b dir: /test/mul8.myr/
use std var a : int8 = 6 const f = { -> int8 -> 3 } const main = { std.exit(((a*f() : int))) }