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