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