diff options
Diffstat (limited to 'llvm/test/tools/llvm-dwp/Inputs/simple/a.cpp')
| -rw-r--r-- | llvm/test/tools/llvm-dwp/Inputs/simple/a.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-dwp/Inputs/simple/a.cpp b/llvm/test/tools/llvm-dwp/Inputs/simple/a.cpp new file mode 100644 index 00000000000..f85d105a99f --- /dev/null +++ b/llvm/test/tools/llvm-dwp/Inputs/simple/a.cpp @@ -0,0 +1,2 @@ +struct foo { }; +foo a; |

