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