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