shithub: mc

ref: 730217466af331194862aef9a100b76e44520b5c
dir: /test/mod.myr/

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