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