ref: 288e48ee60b049206d1dd8ce250bf09c92452e7b dir: /test/mod.myr/
use std /* should exit with status 6 */ const main = { var a = 42 var b = 9 std.exit(a % b) }