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