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