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