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