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