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