shithub: mc

ref: 35bde60621ecf5cbcf07b743cafd9724f87faccb
dir: /test/splitline.myr/

View raw version
use std

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