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