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