1int externGlobalVar = 2;
2
3namespace ext {
4int externGlobalVar = 4;
5} // namespace ext
6
7struct ExtStruct {
8private:
9 static constexpr inline int static_inline = 16;
10} es;
11

source code of lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/extern.cpp