ref: e0f3c2226a618f63776061b3629d97c49679702b dir: /test/mul.myr/
use std /* should exit with status 42 */ const main = { var a = 7 var b = 2 var c = 3 -> a * b * c }