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