shithub: mc

ref: 312487e2353023d01ce346b8812373223aba5f29
dir: /test/splitline.myr/

View raw version
use std

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