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

/external/lldb/test/python_api/value/
H A Dmain.c34 int *my_int_ptr = &g_my_int; local
35 printf("my_int_ptr points to location %p\n", my_int_ptr);

Completed in 195 milliseconds