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