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