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