ref: 1ef5877bce5a4fcbe6e68b00f1ba087384d6343c dir: /test/mod.myr/
use std /* should exit with status 6 */ const main = { var a = 42 var b = 9 -> a % b }