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