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