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