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