shithub: mc

ref: fcd25570857bc4e00da359179ac57b785826f534
dir: /test/splitline.myr/

View raw version
use std

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