shithub: mc

ref: 43002686eddf2bf80351b77dfd77337da647d227
dir: /test/splitline.myr/

View raw version
use std

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