shithub: mc

ref: 39331f834db694be103a7ecb1aac3ba2cc5279fc
dir: /test/bsr.myr/

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