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