shithub: mc

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