shithub: mc

ref: 4d4dbbde7327d525fd7156084f09419b34dee91a
dir: /test/splitline.myr/

View raw version
use std

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