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