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