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