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