shithub: mc

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

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