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