shithub: mc

ref: 95e600ae6adf84bdb9c90304c405285e50b919dd
dir: /test/splitline.myr/

View raw version
use std

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