Searched refs:my_global_str (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/functionalities/target_command/
H A Dglobals.c12 const char* my_global_str = "abc"; variable
13 const char **my_global_str_ptr = &my_global_str;
20 printf("global str: %s\n", my_global_str);

Completed in 89 milliseconds