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