shithub: mc

ref: 1e4082af4e87a13f5babd52d0df55b7fdc8372c6
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) castto(int))
}