llvm/lldb/test/API/functionalities/multiple-slides/main.c

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