shithub: mc

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

View raw version
use std

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