shithub: mc

ref: 71ae933e38bd316d15989e981820f3cbd5453c8c
dir: /test/bsr.myr/

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