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