shithub: mc

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