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