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