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