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