shithub: mc

ref: 3abef8578c5831bacfdaf0c16a1651052d2313fd
dir: /test/bsr.myr/

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