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