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