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