1int main()
2{
3 const char a[] = "abcde";
4 const char *z = "vwxyz";
5
6 return *a + *z; // breakpoint 1
7}
8

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of lldb/test/API/lang/c/strings/main.c