shithub: mc

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

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