shithub: mc

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