shithub: mc

ref: 19558c1b9a72c6170589ed2d8dbb578ecfca25af
dir: /test/bsr.myr/

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