shithub: mc

ref: 95034f67da8b6e6dca03868002ea2c56bad49b7c
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))
}