shithub: mc

ref: 81f4aba2c5d9deec72312b0398209fcdb8439583
dir: /test/splitline.myr/

View raw version
use std

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