shithub: mc

ref: 00affd843ab9b371c3a18bfa79b4d82b261911a1
dir: /test/bsr.myr/

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