shithub: mc

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

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

	a = 127
	b = 3
	-> a / b
}