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