1struct Foo {
2 int b;
3 int c;
4};
5
6int main() {
7 struct Foo *a = 0;
8 return a[10].c;
9}
10

source code of lldb/test/API/commands/frame/diagnose/array/main.c