shithub: mc

ref: 49173c584d17208134df412148b84862843f5424
dir: /test/splitline.myr/

View raw version
use std

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