Tests: add tests for lttng_ust_elf_is_pic
[deliverable/lttng-ust.git] / tests / ust-elf / data / pic / hello.c
CommitLineData
968f523d
AB
1#include <stdio.h>
2
3int main()
4{
5 puts("hello, world");
6
7 return 0;
8}
This page took 0.027216 seconds and 5 git commands to generate.