shithub: mc

ref: 890ecfa3dc504d7f302faab58722cc196dd0979f
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))
}