ref: b7eb902dc5451d0e74186bd65c5c90f87f785682 dir: /test/div.myr/
use std /* should exit with status 42 */ const main = { var a var b a = 127 b = 3 std.exit(a / b) }