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