shithub: mc

ref: fb907237536db80a21dcb82d3eb11b880db4cfcb
dir: /test/log-and.myr/

View raw version
use std
/* checks that evaluating a logical and to a bool works. should return 0. */
const main = {
	std.exit((0 && 1) castto(int))
}