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