shithub: mc

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

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