1int foo = 1;
2
3int main(int argc, char **argv) { return foo; }
4

source code of lldb/test/API/commands/frame/var-dil/basics/NoDebugInfo/main.cpp