summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/lib/oeqa/runtime/files/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/lib/oeqa/runtime/files/hello.c')
-rw-r--r--external/poky/meta/lib/oeqa/runtime/files/hello.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/poky/meta/lib/oeqa/runtime/files/hello.c b/external/poky/meta/lib/oeqa/runtime/files/hello.c
new file mode 100644
index 00000000..b0697a33
--- /dev/null
+++ b/external/poky/meta/lib/oeqa/runtime/files/hello.c
@@ -0,0 +1,5 @@
+int
+ main()
+ {
+ printf("Hello, world!\n");
+ }