shithub: mc

ref: 8b5f4d4fdea2570a444dec28569f65c43dcd0484
dir: /test/mod.myr/

View raw version
use std
/* should exit with status 6 */
const main = {
	var a = 42
	var b = 9
	-> a % b
}