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