shithub: mc

ref: 1536f46ebd0795367f7490b079b5aede0c970fcb
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))
}