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