diff options
Diffstat (limited to 'lldb/test/Shell/Reproducer/Modules/Inputs/Foo.h')
-rw-r--r-- | lldb/test/Shell/Reproducer/Modules/Inputs/Foo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/Reproducer/Modules/Inputs/Foo.h b/lldb/test/Shell/Reproducer/Modules/Inputs/Foo.h new file mode 100644 index 00000000000..1fe02e89786 --- /dev/null +++ b/lldb/test/Shell/Reproducer/Modules/Inputs/Foo.h @@ -0,0 +1 @@ +struct Foo {}; |