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