shithub: mc

ref: 89e514d5355f9036a30c4a41cacc465e5999aa76
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 = {
	-> 0 && 1
}