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