shithub: mc

ref: 7c284022867d6a453b72e90235c8a86ce13fcccc
dir: /test/bsr.myr/

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