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