shithub: mc

ref: 38a4c78511a5aea2608ea44bbfde055485197b50
dir: /test/splitline.myr/

View raw version
use std

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