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