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