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