shithub: mc

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

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