DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8~deb9u3 / lldb / packages / Python / lldbsuite / test / functionalities / frame-diagnose / array / main.c
123456789
struct Foo { int b; int c; }; int main() { struct Foo *a = 0; return a[10].c; }