diff options
Diffstat (limited to 'lldb/test/Shell/SymbolFile/DWARF/Inputs/find-variable-file-2.cpp')
-rw-r--r-- | lldb/test/Shell/SymbolFile/DWARF/Inputs/find-variable-file-2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/SymbolFile/DWARF/Inputs/find-variable-file-2.cpp b/lldb/test/Shell/SymbolFile/DWARF/Inputs/find-variable-file-2.cpp new file mode 100644 index 00000000000..cd02cb07c62 --- /dev/null +++ b/lldb/test/Shell/SymbolFile/DWARF/Inputs/find-variable-file-2.cpp @@ -0,0 +1,3 @@ +namespace two { +int foo; +} |