shithub: mc

ref: 2b3a550af408c998d0b6d51bb89a9edbd02ec51e
dir: /test/bsr.myr/

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