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