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