shithub: mc

ref: 5341650a679df5560143a08abecb546b07448c4e
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
}