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