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