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