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