shithub: mc

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

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