shithub: mc

ref: 62a6dc43879c5eb846f0e918bd489e61d8401057
dir: /test/bsr.myr/

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