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