ref: 2edc2786c55409339a666cd0dc41e21099017d24 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) }