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