shithub: mc

ref: 97b728231b9a8be789e1c12595a7a72878ad145c
dir: /test/splitline.myr/

View raw version
use std

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