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