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