shithub: mc

ref: 316009dbb82807430d427476be00da1d6b836f62
dir: /test/splitline.myr/

View raw version
use std

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