diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp b/lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp new file mode 100644 index 00000000000..cbef8d1e6da --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp @@ -0,0 +1,5 @@ +int +main (int argc, char const **argv) +{ + return 0; // break here +} |