shithub: mc

ref: fc260ededc77024140693c31d8a3230d3fc5b75a
dir: /test/mod.myr/

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