shithub: mc

ref: 158397ff84057a5d1e94b005b9088d2277b4a379
dir: /test/splitline.myr/

View raw version
use std

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