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