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