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