shithub: mc

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

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