shithub: mc

ref: 1cb86ecfd69335631474bea4bb8a102e4559408a
dir: /test/bsr.myr/

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