shithub: mc

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

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