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