shithub: mc

ref: 90d9a10c0234f5868c2e86882aae72fc931d53fd
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 : int))
}