shithub: mc

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

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