shithub: mc

ref: d159e8c6b102a1c5d9a7625ecc8176f08290c259
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)
}