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