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