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