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