shithub: mc

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

View raw version
use std

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