diff options
Diffstat (limited to 'lldb/test/API/windows/launch/replace-dll/bar.c')
| -rw-r--r-- | lldb/test/API/windows/launch/replace-dll/bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/windows/launch/replace-dll/bar.c b/lldb/test/API/windows/launch/replace-dll/bar.c new file mode 100644 index 000000000000..7ddde5123483 --- /dev/null +++ b/lldb/test/API/windows/launch/replace-dll/bar.c @@ -0,0 +1 @@ +__declspec(dllexport) int foo() { return 43; } |
