aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/macosx/universal/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/macosx/universal/main.c')
-rw-r--r--packages/Python/lldbsuite/test/macosx/universal/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/macosx/universal/main.c b/packages/Python/lldbsuite/test/macosx/universal/main.c
new file mode 100644
index 000000000000..9351c77f7146
--- /dev/null
+++ b/packages/Python/lldbsuite/test/macosx/universal/main.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+int
+main (int argc, char **argv)
+{
+ printf ("Hello there!\n"); // Set break point at this line.
+ return 0;
+}