shithub: mc

ref: 489c5febf900166636cc41d82b53191bcd2023e2
dir: /test/splitline.myr/

View raw version
use std

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