1int first[2048] = { 5 };
2int second[2048] = { 6 };
3int main() {
4 return first[0] + second[0];
5}
6

source code of lldb/test/API/functionalities/multiple-slides/main.c