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