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