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