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