shithub: mc

ref: ccfe71811f1ebd2e0a1f5bd42d78dd740638d9ec
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
}