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