ref: 7e94001f96f9c1f05af4be980ef8c25cea6b1342 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 }