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