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