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