shithub: mc

ref: 0dd6c9d5124707e4c69116745469e21f7e076429
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))
}