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