shithub: mc

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

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