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