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