shithub: mc

ref: 97342365dc551b4ef0c07fe092f74abc8bf1b063
dir: /test/mod.myr/

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