shithub: mc

ref: e2ca5299d6dbc0da053609361789274c02e3a6aa
dir: /test/log-and.myr/

View raw version
/* checks that evaluating a logical and to a bool works. should return 0. */
const main = {
	-> 0 && 1
}