shithub: mc

ref: d5fe5b7cc7d8a629a190c1834f76b91a6bdb7e0e
dir: /test/bsr.myr/

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