shithub: mc

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