xref: /llvm-project/lldb/test/API/functionalities/memory/cache/main.cpp (revision fdea9a4ec9b0d9585b8fe8a612686d9f44f40ddc)

main()1 int main ()
2 {
3     int my_ints[] = {0x42};
4     return 0; // Set break point at this line.
5 }
6