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