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