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