shithub: mc

ref: 10aacae6e0d47aa51731453998dbfcec1bbb6641
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
}