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