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