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