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