shithub: mc

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

View raw version
use std

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