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