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