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