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