shithub: mc

ref: 1019b884273ecfba87c33205a50084981820376f
dir: /test/splitline.myr/

View raw version
use std

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