shithub: mc

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

View raw version
use std

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