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