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