shithub: mc

ref: 969945de572d39acd871f2d9371ea81b841c538a
dir: /test/bsr.myr/

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