shithub: mc

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