Searched refs:world_array (Results 1 – 1 of 1) sorted by relevance
893 char world_array[] = "world"; in TEST() local894 char* const world = world_array; in TEST()913 wchar_t world_array[] = L"world"; in TEST() local914 wchar_t* const world = world_array; in TEST()918 EXPECT_EQ(world_array, str); in TEST()