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