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