xref: /llvm-project/lldb/test/API/commands/frame/diagnose/local-variable/main.c (revision 99451b4453688a94c6014cac233d371ab4cc342d)

main()1 int main() {
2   int *myInt = 0;
3   return *myInt;
4 }
5