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