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