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