shithub: mc

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