shithub: mc

ref: 12f30002c5d31a56779700bdb95fffbcef02d440
dir: /test/splitline.myr/

View raw version
use std

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