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