diff options
Diffstat (limited to 'lldb/test/Shell/SymbolFile/PDB/Inputs/CompilandsTest.cpp')
-rw-r--r-- | lldb/test/Shell/SymbolFile/PDB/Inputs/CompilandsTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/SymbolFile/PDB/Inputs/CompilandsTest.cpp b/lldb/test/Shell/SymbolFile/PDB/Inputs/CompilandsTest.cpp new file mode 100644 index 00000000000..4cce7f667ff --- /dev/null +++ b/lldb/test/Shell/SymbolFile/PDB/Inputs/CompilandsTest.cpp @@ -0,0 +1,3 @@ +int main() { + return 0; +} |