DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / 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; }