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