shithub: mc

ref: 5818bcb7a0fb78af6a4c2816a72db5b1381e9cac
dir: /test/log-or.myr/

View raw version
use std
/* checks that evaluating a logical or works. exits with 1. */
const main = {
	std.exit((0 || 1) castto(int))
}