shithub: mc

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