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