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