shithub: mc

ref: 696f29e1650e45b27a949d513248a52f400531ee
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))
}