ref: 6d2f54a54d3f8e58f1063374ef82d07f665f5562 dir: /test/matchint.myr/
const main = { var v v = 12 match 12 1: -> 42 ;; 2: -> 81 ;; 3: -> 123 ;; 4: -> 99 ;; 12: -> 84 ;; 6: -> 18 ;; ;; }