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