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