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

source code of lldb/test/API/commands/frame/diagnose/local-variable/main.c