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