summaryrefslogtreecommitdiff
path: root/Tests/TargetName/executables/hello_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TargetName/executables/hello_world.c')
-rw-r--r--Tests/TargetName/executables/hello_world.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/TargetName/executables/hello_world.c b/Tests/TargetName/executables/hello_world.c
new file mode 100644
index 000000000..539d867e0
--- /dev/null
+++ b/Tests/TargetName/executables/hello_world.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+main()
+{
+ printf("hello, world\n");
+}