shithub: mc

ref: 1cb2922cb4086434fa0adb6c7a697db14cbdba26
dir: /test/splitline.myr/

View raw version
use std

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