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