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