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