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

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