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