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

5 lines
50 B
C

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