shithub: mc

ref: 2713494493ca1d5f438dbf4c1a109c07ef758973
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))
}