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