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