llvm/lldb/test/API/commands/frame/diagnose/local-variable/main.c

int main() {
  int *myInt = 0;
  return *myInt;
}