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