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