diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c')
| -rw-r--r-- | packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c b/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c deleted file mode 100644 index 8c804005afe3..000000000000 --- a/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> - -int main(int argc, char **argv) -{ - printf("Hello, world\n"); - return 0; -} - |
