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