summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/embedded_interpreter/main.c
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-27 18:17:24 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-27 18:17:24 +0000
commit85f21f2029a9be360c734c8ce09a8f01bd7ee3f6 (patch)
treecfaac19cfe476f63946701b8e4f4ee6ae87a7e2e /lldb/test/functionalities/embedded_interpreter/main.c
parent31f25bc66f93ff275c03efbbd9bb3793002e80ac (diff)
downloadbcm5719-llvm-85f21f2029a9be360c734c8ce09a8f01bd7ee3f6.tar.gz
bcm5719-llvm-85f21f2029a9be360c734c8ce09a8f01bd7ee3f6.zip
Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities.
llvm-svn: 133918
Diffstat (limited to 'lldb/test/functionalities/embedded_interpreter/main.c')
-rw-r--r--lldb/test/functionalities/embedded_interpreter/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/test/functionalities/embedded_interpreter/main.c b/lldb/test/functionalities/embedded_interpreter/main.c
new file mode 100644
index 00000000000..277aa54a4ee
--- /dev/null
+++ b/lldb/test/functionalities/embedded_interpreter/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, char const *argv[]) {
+ printf("Hello world.\n");
+ return 0;
+}
OpenPOWER on IntegriCloud