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