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