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