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