shithub: mc

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