shithub: mc

ref: 42230832997d2092cad72a775e738ab2d50df1dc
dir: /test/splitline.myr/

View raw version
use std

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