int main(int argc, char const *argv[]) { for (int i = 0; i < 10; ++i) { TestAALock(); gCount = 0; gCountArray.clear(); } return 0; }