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