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