shithub: mc

ref: 1e4082af4e87a13f5babd52d0df55b7fdc8372c6
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))
}