shithub: mc

ref: cef9f9cc57105139c4157fdfb14036c724271271
dir: /test/log-or.myr/

View raw version
/* checks that evaluating a logical or works. exits with 1. */
const main = {
	-> 0 || 1
}