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