shithub: mc

ref: 1ac199a3e2c150873279adf3a36f9a8f94e8fd60
dir: /test/mod.myr/

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