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