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