shithub: mc

ref: 09e35ed8df87549a9929645dfc378a84a5680d82
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
}