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