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