ref: 529a44cfde2e1e34060c545c915a9ebf40f5b1a6 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) }