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