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