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