Home | History | Annotate | Download | only in test

Lines Matching refs:world_array

767   char world_array[] = "world";
768 char* const world = world_array;
787 wchar_t world_array[] = L"world";
788 wchar_t* const world = world_array;
792 EXPECT_EQ(world_array, str);