Searched refs:Contents3 (Results 1 – 1 of 1) sorted by relevance
485 StringRef Contents3 = R"cpp(int a; int b; int sum() { return a + b; })cpp"; in TEST_F() local487 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()