shithub: mc

ref: 6e418753ce132f10cb25e2cd4679159c50fba931
dir: /test/splitline.myr/

View raw version
use std

const main = {
	std.exit(1 + \ /* ignored crap */
	   	 2)
}