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