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