test_case
int32 testCaseCount = sizeof(testCases) / sizeof(test_case);
const test_case &testCase = testCases[i];
const int testCaseCount = sizeof(testCases) / sizeof(test_case);
test_case &testCase = testCases[i];
const int32 testCount = sizeof(tests)/sizeof(test_case);
test_case &test = tests[i];
const int testCaseCount = sizeof(testCases) / sizeof(test_case);
const int testCaseCount = sizeof(testCases) / sizeof(test_case);
test_case &testCase = testCases[i];
const int testCaseCount = sizeof(testCases) / sizeof(test_case);
test_case &testCase = testCases[i];