shithub: mc

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

View raw version
use std

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