Codebase Browser
llvm
Go to App
llvm
/
lldb/test/API/commands/frame/diagnose/local-variable/
main.c
int main() { int *myInt = 0; return *myInt; }