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