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