shithub: mc

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

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