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