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