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