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