Home
last modified time | relevance | path

Searched refs:not_a_string (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/
H A Dmain.cpp101 std::string *not_a_string = (std::string *) 0x0; in main() local
102 touch_string(*not_a_string); in main()