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