shithub: mc

ref: 2f53fe1fb0d524696058f1d15a58fdcf5fc2203a
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))
}