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