shithub: mc

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

View raw version
use std

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