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