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