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