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