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