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