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