shithub: mc

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

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