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