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