Home | History | Annotate | Download | only in test

Lines Matching refs:world_array

852   char world_array[] = "world";
853 char* const world = world_array;
872 wchar_t world_array[] = L"world";
873 wchar_t* const world = world_array;
877 EXPECT_EQ(world_array, str);