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