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