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