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