shithub: mc

ref: 7b5b13c934275e5445185cbf31486ea6c0e08e79
dir: /test/bsr.myr/

View raw version
use std
/* should exit with status 5 */
const main = {
	var a = 42
	std.exit(a >> 3)
}