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