Rename global "x" to "testcases" in complex.number/cases.h and make it const for safety.
Fixes MSVC warning C4459 "declaration of 'x' hides global declaration".
NOTE: As the addition of const is a semantic change, please double-check that the tests are passing. With MSVC I observe that this fixes the compiler warnings, but I still have unrelated runtime failures.