Tests: add tests for lttng_ust_elf_is_pic
[lttng-ust.git] / tests / ust-elf / data / pic / hello.c
diff --git a/tests/ust-elf/data/pic/hello.c b/tests/ust-elf/data/pic/hello.c
new file mode 100644 (file)
index 0000000..e89f5fb
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main()
+{
+       puts("hello, world");
+
+       return 0;
+}
This page took 0.023455 seconds and 4 git commands to generate.