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