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