shithub: mc

ref: 666970ff83272349c1713169bf7cb49964366fb1
dir: /test/splitline.myr/

View raw version
use std

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