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