ref: c25a3ef79ba455adc1c9310867086ac6de416e1e dir: /test/log-and.myr/
/* checks that evaluating a logical and to a bool works. should return 0. */ const main = { -> 0 && 1 }