shithub: mc

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

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