ref: 12b66049f3881fa6b36ed803358c659a96071e16 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }