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