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