shithub: mc

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

View raw version
use std

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