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