shithub: mc

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

View raw version
use std

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