shithub: mc

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

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