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