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