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