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