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