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