shithub: mc

ref: 0b561ccda3352aa132a5809b73de295ff37bc979
dir: /test/splitline.myr/

View raw version
use std

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