shithub: mc

ref: 3a884b83d030cd14cf4ee631b5b474fb411c976a
dir: /test/bsr.myr/

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