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