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