shithub: mc

ref: 066812db79f10a3cdee5268ad7214bacb44d2eef
dir: /test/splitline.myr/

View raw version
use std

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