shithub: mc

ref: 58633cbf5d7bbbf095787b7b01b6ad6b032def3c
dir: /test/bsr.myr/

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