shithub: mc

ref: f884639b36e11d69b96e5a269085ca12cc1e3807
dir: /test/div.myr/

View raw version
use std
/* should exit with status 42 */
const main = {
	var a
	var b

	a = 127
	b = 3
	std.exit(a / b)
}