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