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