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